home *** CD-ROM | disk | FTP | other *** search
/ 74.208.221.89 / 74.208.221.89.zip / 74.208.221.89 / headersearch - Copy.ascx < prev    next >
Text File  |  2015-03-14  |  2KB  |  40 lines

  1. ∩╗┐ <!-- HEADER -->
  2.     <header class="header">
  3.         <div class="header-wrapper">
  4.             <div class="container">
  5.  
  6.  
  7.               <!-- Logo -->
  8.                 <div class="logo">
  9.                     <a href="index.aspx"><img src="logo.png" alt="Rent A Closet"/></a>
  10.                 </div>
  11.                 <!-- /Logo -->
  12.                 <!-- /Header search -->
  13.  
  14. <div class="header-search">
  15.     <form action ="category.aspx" name="form1" method="post">
  16.         <input class="form-control" type="text" placeholder="Search Your Product" name="keyword"/>
  17.                     <button onclick="document.getElementById('form1').submit();"><i class="fa fa-search"></i></button>
  18.         </form>            
  19.                 </div>
  20.  
  21.              <!-- Header shopping cart -->
  22.                 <div class="header-cart">
  23.                     <div class="cart-wrapper">
  24.                         <a href="wishlist.html" class="btn btn-theme-transparent hidden-xs hidden-sm"><i class="fa fa-heart"></i></a>
  25.                         <a href="compare-products.html" class="btn btn-theme-transparent hidden-xs hidden-sm"><i class="fa fa-exchange"></i></a>
  26.                         <!-- Mobile menu toggle button -->
  27.                         <a href="#" class="menu-toggle btn btn-theme-transparent"><i class="fa fa-bars"></i></a>
  28.                         <!-- /Mobile menu toggle button -->
  29.                     </div>
  30.                 </div>
  31.                 <!-- Header shopping cart -->
  32.                   
  33.  
  34.             </div>
  35.         </div>
  36.  
  37.     <!--#include file="navigationwrapper.ascx" -->
  38.        
  39.     </header>
  40.     <!-- /HEADER -->